Html Css Color HEX #23CED7 Dark Turquoise

📋 copy color: '#23CED7'

red 35 ◦ green 206 ◦ blue 215

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

Shades of Dark Turquoise #23CED7

Tints of Dark Turquoise #23CED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 7.68%
G = 45.18%
B = 47.15%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#23CED7 (or 0x23CED7) is known color: Dark Turquoise. HEX triplet: 23, CE and D7. RGB value is (35,206,215). Sum of RGB (Red+Green+Blue) = 35+206+215=456 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.68% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #23CED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CED7 is #DC3128. Grayscale: #9B9B9B. Windows color (decimal): -14430505 or 14143011. OLE color: 14143011.

HSL color Cylindrical-coordinate representation of color #23CED7: hue angle of 183º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23CED7 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 206 215 -
CMYK 0.84 0.04 0 0.16
HSL 183º 0.72% 0.49% -
HSV(B) 183º 0.84% 0.84% -
XYZ 35.03 49.41 71.98 -
YUV 155.9 161.35 41.77 -
System Red Green Blue C M Y K H S L
Decimal 35 206 215 0.84 0.04 0 0.16 183 0.72 0.49
Hex 23 CE D7 54 4 0 10 B7 48 31
Octal 43 316 327 124 4 0 20 267 110 61
Binary 100011 11001110 11010111 1010100 100 0 10000 10110111 1001000 110001

Color Harmonies of #23CED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CED7

Black with #23CED7

Text Example


Text Example

White with #23CED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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