Html Css Color HEX #23CFCA Turquoise

📋 copy color: '#23CFCA'

red 35 ◦ green 207 ◦ blue 202

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

Shades of Turquoise #23CFCA

Tints of Turquoise #23CFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.5%

R = 7.88%
G = 46.62%
B = 45.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#23CFCA (or 0x23CFCA) is known color: Turquoise. HEX triplet: 23, CF and CA. RGB value is (35,207,202). Sum of RGB (Red+Green+Blue) = 35+207+202=444 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.88% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #23CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CFCA is #DC3035. Grayscale: #9A9A9A. Windows color (decimal): -14430262 or 13291299. OLE color: 13291299.

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

Color convert

RGB 35 207 202 -
CMYK 0.83 0 0.02 0.19
HSL 178.26º 0.71% 0.47% -
HSV(B) 178.26º 0.83% 0.81% -
XYZ 33.67 49.25 63.61 -
YUV 155 154.52 42.41 -
System Red Green Blue C M Y K H S L
Decimal 35 207 202 0.83 0 0.02 0.19 178.26 0.71 0.47
Hex 23 CF CA 53 0 2 13 B2 47 2F
Octal 43 317 312 123 0 2 23 262 107 57
Binary 100011 11001111 11001010 1010011 0 10 10011 10110010 1000111 101111

Color Harmonies of #23CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CFCA

Black with #23CFCA

Text Example


Text Example

White with #23CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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