Html Css Color HEX #6FDAE0 Turquoise Blue

📋 copy color: '#6FDAE0'

red 111 ◦ green 218 ◦ blue 224

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

Shades of Turquoise Blue #6FDAE0

Tints of Turquoise Blue #6FDAE0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.42%

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 20.07%
G = 39.42%
B = 40.51%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6FDAE0 (or 0x6FDAE0) is known color: Turquoise Blue. HEX triplet: 6F, DA and E0. RGB value is (111,218,224). Sum of RGB (Red+Green+Blue) = 111+218+224=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #6FDAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAE0 is #90251F. Grayscale: #BABABA. Windows color (decimal): -9446688 or 14735983. OLE color: 14735983.

HSL color Cylindrical-coordinate representation of color #6FDAE0: hue angle of 183.19º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDAE0 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 111 218 224 -
CMYK 0.50 0.03 0 0.12
HSL 183.19º 0.65% 0.66% -
HSV(B) 183.19º 0.5% 0.88% -
XYZ 45.08 58.9 79.51 -
YUV 186.69 149.05 74.01 -
System Red Green Blue C M Y K H S L
Decimal 111 218 224 0.50 0.03 0 0.12 183.19 0.65 0.66
Hex 6F DA E0 32 3 0 C B7 41 42
Octal 157 332 340 62 3 0 14 267 101 102
Binary 1101111 11011010 11100000 110010 11 0 1100 10110111 1000001 1000010

Color Harmonies of #6FDAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDAE0

Black with #6FDAE0

Text Example


Text Example

White with #6FDAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,218,224); }

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

background-color css

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

 a { background-color: rgb(111,218,224); }

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

border-color css

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

 span { border-color: rgb(111,218,224); }

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