Html Css Color HEX #6FE0FD Turquoise Blue

📋 copy color: '#6FE0FD'

red 111 ◦ green 224 ◦ blue 253

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

Shades of Turquoise Blue #6FE0FD

Tints of Turquoise Blue #6FE0FD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.1%

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

R = 18.88%
G = 38.1%
B = 43.03%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FE0FD (or 0x6FE0FD) is known color: Turquoise Blue. HEX triplet: 6F, E0 and FD. RGB value is (111,224,253). Sum of RGB (Red+Green+Blue) = 111+224+253=588 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.88% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FE0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE0FD is #901F02. Grayscale: #C1C1C1. Windows color (decimal): -9445123 or 16638063. OLE color: 16638063.

HSL color Cylindrical-coordinate representation of color #6FE0FD: hue angle of 192.25º 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 #6FE0FD is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 224 253 -
CMYK 0.56 0.11 0 0.01
HSL 192.25º 0.97% 0.71% -
HSV(B) 192.25º 0.56% 0.99% -
XYZ 50.94 63.78 102.55 -
YUV 193.52 161.56 69.14 -
System Red Green Blue C M Y K H S L
Decimal 111 224 253 0.56 0.11 0 0.01 192.25 0.97 0.71
Hex 6F E0 FD 38 B 0 1 C0 61 47
Octal 157 340 375 70 13 0 1 300 141 107
Binary 1101111 11100000 11111101 111000 1011 0 1 11000000 1100001 1000111

Color Harmonies of #6FE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE0FD

Black with #6FE0FD

Text Example


Text Example

White with #6FE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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