Html Css Color HEX #6FDAE1 Turquoise Blue

📋 copy color: '#6FDAE1'

red 111 ◦ green 218 ◦ blue 225

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

Shades of Turquoise Blue #6FDAE1

Tints of Turquoise Blue #6FDAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.61%

R = 20.04%
G = 39.35%
B = 40.61%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6FDAE1 (or 0x6FDAE1) is known color: Turquoise Blue. HEX triplet: 6F, DA and E1. RGB value is (111,218,225). Sum of RGB (Red+Green+Blue) = 111+218+225=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #6FDAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDAE1 is #90251E. Grayscale: #BABABA. Windows color (decimal): -9446687 or 14801519. OLE color: 14801519.

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

Color convert

RGB 111 218 225 -
CMYK 0.51 0.03 0 0.12
HSL 183.68º 0.66% 0.66% -
HSV(B) 183.68º 0.51% 0.88% -
XYZ 45.22 58.96 80.23 -
YUV 186.81 149.55 73.93 -
System Red Green Blue C M Y K H S L
Decimal 111 218 225 0.51 0.03 0 0.12 183.68 0.66 0.66
Hex 6F DA E1 33 3 0 C B8 42 42
Octal 157 332 341 63 3 0 14 270 102 102
Binary 1101111 11011010 11100001 110011 11 0 1100 10111000 1000010 1000010

Color Harmonies of #6FDAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDAE1

Black with #6FDAE1

Text Example


Text Example

White with #6FDAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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