Html Css Color HEX #23E9CF Turquoise

📋 copy color: '#23E9CF'

red 35 ◦ green 233 ◦ blue 207

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

Shades of Turquoise #23E9CF

Tints of Turquoise #23E9CF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.05%

 BLUE value IS 207 (81.25% from 255) = 43.58%

R = 7.37%
G = 49.05%
B = 43.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#23E9CF (or 0x23E9CF) is known color: Turquoise. HEX triplet: 23, E9 and CF. RGB value is (35,233,207). Sum of RGB (Red+Green+Blue) = 35+233+207=475 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.37% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #23E9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23E9CF is #DC1630. Grayscale: #AAAAAA. Windows color (decimal): -14423601 or 13625635. OLE color: 13625635.

HSL color Cylindrical-coordinate representation of color #23E9CF: hue angle of 172.12º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E9CF is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 35 233 207 -
CMYK 0.85 0 0.11 0.09
HSL 172.12º 0.82% 0.53% -
HSV(B) 172.12º 0.85% 0.91% -
XYZ 41.09 63.14 69.05 -
YUV 170.83 148.4 31.11 -
System Red Green Blue C M Y K H S L
Decimal 35 233 207 0.85 0 0.11 0.09 172.12 0.82 0.53
Hex 23 E9 CF 55 0 B 9 AC 52 35
Octal 43 351 317 125 0 13 11 254 122 65
Binary 100011 11101001 11001111 1010101 0 1011 1001 10101100 1010010 110101

Color Harmonies of #23E9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23E9CF

Black with #23E9CF

Text Example


Text Example

White with #23E9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,233,207); }

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

background-color css

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

 a { background-color: rgb(35,233,207); }

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

border-color css

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

 span { border-color: rgb(35,233,207); }

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