Html Css Color HEX #23E6CE Turquoise

📋 copy color: '#23E6CE'

red 35 ◦ green 230 ◦ blue 206

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

Shades of Turquoise #23E6CE

Tints of Turquoise #23E6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.83%

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 7.43%
G = 48.83%
B = 43.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#23E6CE (or 0x23E6CE) is known color: Turquoise. HEX triplet: 23, E6 and CE. RGB value is (35,230,206). Sum of RGB (Red+Green+Blue) = 35+230+206=471 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.43% from 471); Green value is 230 (90.23% from 255 or 48.83% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 230 - color contains mainly: green. Hex color #23E6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23E6CE is #DC1931. Grayscale: #A8A8A8. Windows color (decimal): -14424370 or 13559331. OLE color: 13559331.

HSL color Cylindrical-coordinate representation of color #23E6CE: hue angle of 172.62º 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 #23E6CE is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 35 230 206 -
CMYK 0.85 0 0.10 0.10
HSL 172.62º 0.8% 0.52% -
HSV(B) 172.62º 0.85% 0.9% -
XYZ 40.13 61.41 68.13 -
YUV 168.96 148.9 32.45 -
System Red Green Blue C M Y K H S L
Decimal 35 230 206 0.85 0 0.10 0.10 172.62 0.8 0.52
Hex 23 E6 CE 55 0 A A AD 50 34
Octal 43 346 316 125 0 12 12 255 120 64
Binary 100011 11100110 11001110 1010101 0 1010 1010 10101101 1010000 110100

Color Harmonies of #23E6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23E6CE

Black with #23E6CE

Text Example


Text Example

White with #23E6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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