Html Css Color HEX #70CFEB Turquoise Blue

📋 copy color: '#70CFEB'

red 112 ◦ green 207 ◦ blue 235

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

Shades of Turquoise Blue #70CFEB

Tints of Turquoise Blue #70CFEB

RGB

 RED value IS 112 (44.14% from 255) = 20.22%

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

 BLUE value IS 235 (92.19% from 255) = 42.42%

R = 20.22%
G = 37.36%
B = 42.42%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70CFEB (or 0x70CFEB) is known color: Turquoise Blue. HEX triplet: 70, CF and EB. RGB value is (112,207,235). Sum of RGB (Red+Green+Blue) = 112+207+235=554 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.22% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #70CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CFEB is #8F3014. Grayscale: #B5B5B5. Windows color (decimal): -9383957 or 15454064. OLE color: 15454064.

HSL color Cylindrical-coordinate representation of color #70CFEB: hue angle of 193.66º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70CFEB is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 207 235 -
CMYK 0.52 0.12 0 0.08
HSL 193.66º 0.75% 0.68% -
HSV(B) 193.66º 0.52% 0.92% -
XYZ 43.99 54.07 86.72 -
YUV 181.79 158.03 78.22 -
System Red Green Blue C M Y K H S L
Decimal 112 207 235 0.52 0.12 0 0.08 193.66 0.75 0.68
Hex 70 CF EB 34 C 0 8 C2 4B 44
Octal 160 317 353 64 14 0 10 302 113 104
Binary 1110000 11001111 11101011 110100 1100 0 1000 11000010 1001011 1000100

Color Harmonies of #70CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFEB

Black with #70CFEB

Text Example


Text Example

White with #70CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70CFEB; }

 p { color: rgb(112,207,235); }

 H1.HeaderClassName
 {
   color: #70CFEB;
 }
 .AnyTagClassName
 {
   color: #70CFEB;
 }
</style>

background-color css

<style>
 a { background-color: #70CFEB; }

 a { background-color: rgb(112,207,235); }

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

border-color css

<style>
 span { border-color: #70CFEB; }

 span { border-color: rgb(112,207,235); }

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