Html Css Color HEX #23CED5 Dark Turquoise

📋 copy color: '#23CED5'

red 35 ◦ green 206 ◦ blue 213

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

Shades of Dark Turquoise #23CED5

Tints of Dark Turquoise #23CED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.92%

R = 7.71%
G = 45.37%
B = 46.92%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#23CED5 (or 0x23CED5) is known color: Dark Turquoise. HEX triplet: 23, CE and D5. RGB value is (35,206,213). Sum of RGB (Red+Green+Blue) = 35+206+213=454 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.71% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #23CED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CED5 is #DC312A. Grayscale: #9B9B9B. Windows color (decimal): -14430507 or 14011939. OLE color: 14011939.

HSL color Cylindrical-coordinate representation of color #23CED5: hue angle of 182.36º 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 #23CED5 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 206 213 -
CMYK 0.84 0.03 0 0.16
HSL 182.36º 0.72% 0.49% -
HSV(B) 182.36º 0.84% 0.84% -
XYZ 34.77 49.3 70.63 -
YUV 155.67 160.35 41.93 -
System Red Green Blue C M Y K H S L
Decimal 35 206 213 0.84 0.03 0 0.16 182.36 0.72 0.49
Hex 23 CE D5 54 3 0 10 B6 48 31
Octal 43 316 325 124 3 0 20 266 110 61
Binary 100011 11001110 11010101 1010100 11 0 10000 10110110 1001000 110001

Color Harmonies of #23CED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CED5

Black with #23CED5

Text Example


Text Example

White with #23CED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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