Html Css Color HEX #23DAE6 Bright Turquoise

📋 copy color: '#23DAE6'

red 35 ◦ green 218 ◦ blue 230

#23DAE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #23DAE6

Tints of Bright Turquoise #23DAE6

RGB

 RED value IS 35 (14.06% from 255) = 7.25%

 GREEN value IS 218 (85.55% from 255) = 45.13%

 BLUE value IS 230 (90.23% from 255) = 47.62%

R = 7.25%
G = 45.13%
B = 47.62%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#23DAE6 (or 0x23DAE6) is known color: Bright Turquoise. HEX triplet: 23, DA and E6. RGB value is (35,218,230). Sum of RGB (Red+Green+Blue) = 35+218+230=483 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.25% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #23DAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DAE6 is #DC2519. Grayscale: #A4A4A4. Windows color (decimal): -14427418 or 15129123. OLE color: 15129123.

HSL color Cylindrical-coordinate representation of color #23DAE6: hue angle of 183.69º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23DAE6 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 35 218 230 -
CMYK 0.85 0.05 0 0.10
HSL 183.69º 0.8% 0.52% -
HSV(B) 183.69º 0.85% 0.9% -
XYZ 40.05 56.21 83.6 -
YUV 164.65 164.87 35.52 -
System Red Green Blue C M Y K H S L
Decimal 35 218 230 0.85 0.05 0 0.10 183.69 0.8 0.52
Hex 23 DA E6 55 5 0 A B8 50 34
Octal 43 332 346 125 5 0 12 270 120 64
Binary 100011 11011010 11100110 1010101 101 0 1010 10111000 1010000 110100

Color Harmonies of #23DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DAE6

Black with #23DAE6

Text Example


Text Example

White with #23DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23DAE6; }

 p { color: rgb(35,218,230); }

 H1.HeaderClassName
 {
   color: #23DAE6;
 }
 .AnyTagClassName
 {
   color: #23DAE6;
 }
</style>

background-color css

<style>
 a { background-color: #23DAE6; }

 a { background-color: rgb(35,218,230); }

 div.DivClassName
 {
   background-color: #23DAE6;
 }
 .BgClassName
 {
   background-color: #23DAE6;
 }
</style>

border-color css

<style>
 span { border-color: #23DAE6; }

 span { border-color: rgb(35,218,230); }

 td.TdClassName
 {
   border-color: #23DAE6;
 }
 .TagClassName
 {
   border-color: #23DAE6;
 }
</style>