Html Css Color HEX #6FE5FD Turquoise Blue

📋 copy color: '#6FE5FD'

red 111 ◦ green 229 ◦ blue 253

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

Shades of Turquoise Blue #6FE5FD

Tints of Turquoise Blue #6FE5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.62%

 BLUE value IS 253 (99.22% from 255) = 42.66%

R = 18.72%
G = 38.62%
B = 42.66%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FE5FD (or 0x6FE5FD) is known color: Turquoise Blue. HEX triplet: 6F, E5 and FD. RGB value is (111,229,253). Sum of RGB (Red+Green+Blue) = 111+229+253=593 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.72% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FE5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE5FD is #901A02. Grayscale: #C4C4C4. Windows color (decimal): -9443843 or 16639343. OLE color: 16639343.

HSL color Cylindrical-coordinate representation of color #6FE5FD: hue angle of 190.14º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FE5FD is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 229 253 -
CMYK 0.56 0.09 0 0.01
HSL 190.14º 0.97% 0.71% -
HSV(B) 190.14º 0.56% 0.99% -
XYZ 52.3 66.51 103.01 -
YUV 196.45 159.91 67.05 -
System Red Green Blue C M Y K H S L
Decimal 111 229 253 0.56 0.09 0 0.01 190.14 0.97 0.71
Hex 6F E5 FD 38 9 0 1 BE 61 47
Octal 157 345 375 70 11 0 1 276 141 107
Binary 1101111 11100101 11111101 111000 1001 0 1 10111110 1100001 1000111

Color Harmonies of #6FE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE5FD

Black with #6FE5FD

Text Example


Text Example

White with #6FE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,229,253); }

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

background-color css

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

 a { background-color: rgb(111,229,253); }

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

border-color css

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

 span { border-color: rgb(111,229,253); }

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