Html Css Color HEX #71CFEE Turquoise Blue

📋 copy color: '#71CFEE'

red 113 ◦ green 207 ◦ blue 238

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

Shades of Turquoise Blue #71CFEE

Tints of Turquoise Blue #71CFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.65%

R = 20.25%
G = 37.1%
B = 42.65%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71CFEE (or 0x71CFEE) is known color: Turquoise Blue. HEX triplet: 71, CF and EE. RGB value is (113,207,238). Sum of RGB (Red+Green+Blue) = 113+207+238=558 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.25% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #71CFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CFEE is #8E3011. Grayscale: #B6B6B6. Windows color (decimal): -9318418 or 15650673. OLE color: 15650673.

HSL color Cylindrical-coordinate representation of color #71CFEE: hue angle of 194.88º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71CFEE is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 207 238 -
CMYK 0.53 0.13 0 0.07
HSL 194.88º 0.79% 0.69% -
HSV(B) 194.88º 0.53% 0.93% -
XYZ 44.56 54.31 89.02 -
YUV 182.43 159.36 78.48 -
System Red Green Blue C M Y K H S L
Decimal 113 207 238 0.53 0.13 0 0.07 194.88 0.79 0.69
Hex 71 CF EE 35 D 0 7 C3 4F 45
Octal 161 317 356 65 15 0 7 303 117 105
Binary 1110001 11001111 11101110 110101 1101 0 111 11000011 1001111 1000101

Color Harmonies of #71CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFEE

Black with #71CFEE

Text Example


Text Example

White with #71CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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