Html Css Color HEX #71CFE7 Turquoise Blue

📋 copy color: '#71CFE7'

red 113 ◦ green 207 ◦ blue 231

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

Shades of Turquoise Blue #71CFE7

Tints of Turquoise Blue #71CFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.92%

R = 20.51%
G = 37.57%
B = 41.92%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#71CFE7 (or 0x71CFE7) is known color: Turquoise Blue. HEX triplet: 71, CF and E7. RGB value is (113,207,231). Sum of RGB (Red+Green+Blue) = 113+207+231=551 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.51% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #71CFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CFE7 is #8E3018. Grayscale: #B5B5B5. Windows color (decimal): -9318425 or 15191921. OLE color: 15191921.

HSL color Cylindrical-coordinate representation of color #71CFE7: hue angle of 192.2º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71CFE7 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 113 207 231 -
CMYK 0.51 0.10 0 0.09
HSL 192.2º 0.71% 0.67% -
HSV(B) 192.2º 0.51% 0.91% -
XYZ 43.55 53.91 83.71 -
YUV 181.63 155.86 79.05 -
System Red Green Blue C M Y K H S L
Decimal 113 207 231 0.51 0.10 0 0.09 192.2 0.71 0.67
Hex 71 CF E7 33 A 0 9 C0 47 43
Octal 161 317 347 63 12 0 11 300 107 103
Binary 1110001 11001111 11100111 110011 1010 0 1001 11000000 1000111 1000011

Color Harmonies of #71CFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFE7

Black with #71CFE7

Text Example


Text Example

White with #71CFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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