Html Css Color HEX #23CEE1 Dark Turquoise

📋 copy color: '#23CEE1'

red 35 ◦ green 206 ◦ blue 225

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

Shades of Dark Turquoise #23CEE1

Tints of Dark Turquoise #23CEE1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.21%

 BLUE value IS 225 (88.28% from 255) = 48.28%

R = 7.51%
G = 44.21%
B = 48.28%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#23CEE1 (or 0x23CEE1) is known color: Dark Turquoise. HEX triplet: 23, CE and E1. RGB value is (35,206,225). Sum of RGB (Red+Green+Blue) = 35+206+225=466 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.51% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #23CEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CEE1 is #DC311E. Grayscale: #9C9C9C. Windows color (decimal): -14430495 or 14798371. OLE color: 14798371.

HSL color Cylindrical-coordinate representation of color #23CEE1: hue angle of 186º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23CEE1 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 35 206 225 -
CMYK 0.84 0.08 0 0.12
HSL 186º 0.76% 0.51% -
HSV(B) 186º 0.84% 0.88% -
XYZ 36.36 49.94 78.96 -
YUV 157.04 166.35 40.96 -
System Red Green Blue C M Y K H S L
Decimal 35 206 225 0.84 0.08 0 0.12 186 0.76 0.51
Hex 23 CE E1 54 8 0 C BA 4C 33
Octal 43 316 341 124 10 0 14 272 114 63
Binary 100011 11001110 11100001 1010100 1000 0 1100 10111010 1001100 110011

Color Harmonies of #23CEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CEE1

Black with #23CEE1

Text Example


Text Example

White with #23CEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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