Html Css Color HEX #23CFCC Turquoise

📋 copy color: '#23CFCC'

red 35 ◦ green 207 ◦ blue 204

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

Shades of Turquoise #23CFCC

Tints of Turquoise #23CFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.41%

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 7.85%
G = 46.41%
B = 45.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#23CFCC (or 0x23CFCC) is known color: Turquoise. HEX triplet: 23, CF and CC. RGB value is (35,207,204). Sum of RGB (Red+Green+Blue) = 35+207+204=446 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.85% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #23CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CFCC is #DC3033. Grayscale: #9B9B9B. Windows color (decimal): -14430260 or 13422371. OLE color: 13422371.

HSL color Cylindrical-coordinate representation of color #23CFCC: hue angle of 178.95º 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 #23CFCC is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 207 204 -
CMYK 0.83 0 0.01 0.19
HSL 178.95º 0.71% 0.47% -
HSV(B) 178.95º 0.83% 0.81% -
XYZ 33.91 49.34 64.86 -
YUV 155.23 155.52 42.24 -
System Red Green Blue C M Y K H S L
Decimal 35 207 204 0.83 0 0.01 0.19 178.95 0.71 0.47
Hex 23 CF CC 53 0 1 13 B3 47 2F
Octal 43 317 314 123 0 1 23 263 107 57
Binary 100011 11001111 11001100 1010011 0 1 10011 10110011 1000111 101111

Color Harmonies of #23CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CFCC

Black with #23CFCC

Text Example


Text Example

White with #23CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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