Html Css Color HEX #70CFEE Turquoise Blue

📋 copy color: '#70CFEE'

red 112 ◦ green 207 ◦ blue 238

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

Shades of Turquoise Blue #70CFEE

Tints of Turquoise Blue #70CFEE

RGB

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

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

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

R = 20.11%
G = 37.16%
B = 42.73%

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

#70CFEE (or 0x70CFEE) is known color: Turquoise Blue. HEX triplet: 70, CF and EE. RGB value is (112,207,238). Sum of RGB (Red+Green+Blue) = 112+207+238=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #70CFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CFEE is #8F3011. Grayscale: #B5B5B5. Windows color (decimal): -9383954 or 15650672. OLE color: 15650672.

HSL color Cylindrical-coordinate representation of color #70CFEE: hue angle of 194.76º 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 #70CFEE is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 207 238 -
CMYK 0.53 0.13 0 0.07
HSL 194.76º 0.79% 0.69% -
HSV(B) 194.76º 0.53% 0.93% -
XYZ 44.43 54.24 89.02 -
YUV 182.13 159.53 77.98 -
System Red Green Blue C M Y K H S L
Decimal 112 207 238 0.53 0.13 0 0.07 194.76 0.79 0.69
Hex 70 CF EE 35 D 0 7 C3 4F 45
Octal 160 317 356 65 15 0 7 303 117 105
Binary 1110000 11001111 11101110 110101 1101 0 111 11000011 1001111 1000101

Color Harmonies of #70CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CFEE

Black with #70CFEE

Text Example


Text Example

White with #70CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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