Html Css Color HEX #6FCFEA Turquoise Blue

📋 copy color: '#6FCFEA'

red 111 ◦ green 207 ◦ blue 234

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

Shades of Turquoise Blue #6FCFEA

Tints of Turquoise Blue #6FCFEA

RGB

 RED value IS 111 (43.75% from 255) = 20.11%

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

 BLUE value IS 234 (91.8% from 255) = 42.39%

R = 20.11%
G = 37.5%
B = 42.39%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FCFEA (or 0x6FCFEA) is known color: Turquoise Blue. HEX triplet: 6F, CF and EA. RGB value is (111,207,234). Sum of RGB (Red+Green+Blue) = 111+207+234=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FCFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCFEA is #903015. Grayscale: #B5B5B5. Windows color (decimal): -9449494 or 15388527. OLE color: 15388527.

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

Color convert

RGB 111 207 234 -
CMYK 0.53 0.12 0 0.08
HSL 193.17º 0.75% 0.68% -
HSV(B) 193.17º 0.53% 0.92% -
XYZ 43.72 53.95 85.95 -
YUV 181.37 157.7 77.8 -
System Red Green Blue C M Y K H S L
Decimal 111 207 234 0.53 0.12 0 0.08 193.17 0.75 0.68
Hex 6F CF EA 35 C 0 8 C1 4B 44
Octal 157 317 352 65 14 0 10 301 113 104
Binary 1101111 11001111 11101010 110101 1100 0 1000 11000001 1001011 1000100

Color Harmonies of #6FCFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFEA

Black with #6FCFEA

Text Example


Text Example

White with #6FCFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FCFEA; }

 p { color: rgb(111,207,234); }

 H1.HeaderClassName
 {
   color: #6FCFEA;
 }
 .AnyTagClassName
 {
   color: #6FCFEA;
 }
</style>

background-color css

<style>
 a { background-color: #6FCFEA; }

 a { background-color: rgb(111,207,234); }

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

border-color css

<style>
 span { border-color: #6FCFEA; }

 span { border-color: rgb(111,207,234); }

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