Html Css Color HEX #71CFEC Turquoise Blue

📋 copy color: '#71CFEC'

red 113 ◦ green 207 ◦ blue 236

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

Shades of Turquoise Blue #71CFEC

Tints of Turquoise Blue #71CFEC

RGB

 RED value IS 113 (44.53% from 255) = 20.32%

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

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 20.32%
G = 37.23%
B = 42.45%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71CFEC (or 0x71CFEC) is known color: Turquoise Blue. HEX triplet: 71, CF and EC. RGB value is (113,207,236). Sum of RGB (Red+Green+Blue) = 113+207+236=556 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.32% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #71CFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CFEC is #8E3013. Grayscale: #B5B5B5. Windows color (decimal): -9318420 or 15519601. OLE color: 15519601.

HSL color Cylindrical-coordinate representation of color #71CFEC: hue angle of 194.15º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71CFEC is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 207 236 -
CMYK 0.52 0.12 0 0.07
HSL 194.15º 0.76% 0.68% -
HSV(B) 194.15º 0.52% 0.93% -
XYZ 44.26 54.19 87.48 -
YUV 182.2 158.36 78.64 -
System Red Green Blue C M Y K H S L
Decimal 113 207 236 0.52 0.12 0 0.07 194.15 0.76 0.68
Hex 71 CF EC 34 C 0 7 C2 4C 44
Octal 161 317 354 64 14 0 7 302 114 104
Binary 1110001 11001111 11101100 110100 1100 0 111 11000010 1001100 1000100

Color Harmonies of #71CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFEC

Black with #71CFEC

Text Example


Text Example

White with #71CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71CFEC; }

 p { color: rgb(113,207,236); }

 H1.HeaderClassName
 {
   color: #71CFEC;
 }
 .AnyTagClassName
 {
   color: #71CFEC;
 }
</style>

background-color css

<style>
 a { background-color: #71CFEC; }

 a { background-color: rgb(113,207,236); }

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

border-color css

<style>
 span { border-color: #71CFEC; }

 span { border-color: rgb(113,207,236); }

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