Html Css Color HEX #23CBCF Dark Turquoise

📋 copy color: '#23CBCF'

red 35 ◦ green 203 ◦ blue 207

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

Shades of Dark Turquoise #23CBCF

Tints of Dark Turquoise #23CBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.62%

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

R = 7.87%
G = 45.62%
B = 46.52%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#23CBCF (or 0x23CBCF) is known color: Dark Turquoise. HEX triplet: 23, CB and CF. RGB value is (35,203,207). Sum of RGB (Red+Green+Blue) = 35+203+207=445 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.87% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #23CBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CBCF is #DC3430. Grayscale: #999999. Windows color (decimal): -14431281 or 13617955. OLE color: 13617955.

HSL color Cylindrical-coordinate representation of color #23CBCF: hue angle of 181.4º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CBCF is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 203 207 -
CMYK 0.83 0.02 0 0.19
HSL 181.4º 0.71% 0.47% -
HSV(B) 181.4º 0.83% 0.81% -
XYZ 33.31 47.57 66.46 -
YUV 153.22 158.34 43.67 -
System Red Green Blue C M Y K H S L
Decimal 35 203 207 0.83 0.02 0 0.19 181.4 0.71 0.47
Hex 23 CB CF 53 2 0 13 B5 47 2F
Octal 43 313 317 123 2 0 23 265 107 57
Binary 100011 11001011 11001111 1010011 10 0 10011 10110101 1000111 101111

Color Harmonies of #23CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CBCF

Black with #23CBCF

Text Example


Text Example

White with #23CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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