Html Css Color HEX #6FDDFB Turquoise Blue

📋 copy color: '#6FDDFB'

red 111 ◦ green 221 ◦ blue 251

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

Shades of Turquoise Blue #6FDDFB

Tints of Turquoise Blue #6FDDFB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.91%

 BLUE value IS 251 (98.44% from 255) = 43.05%

R = 19.04%
G = 37.91%
B = 43.05%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6FDDFB (or 0x6FDDFB) is known color: Turquoise Blue. HEX triplet: 6F, DD and FB. RGB value is (111,221,251). Sum of RGB (Red+Green+Blue) = 111+221+251=583 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.04% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #6FDDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDDFB is #902204. Grayscale: #BFBFBF. Windows color (decimal): -9445893 or 16506223. OLE color: 16506223.

HSL color Cylindrical-coordinate representation of color #6FDDFB: hue angle of 192.86º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDDFB is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 111 221 251 -
CMYK 0.56 0.12 0 0.02
HSL 192.86º 0.95% 0.71% -
HSV(B) 192.86º 0.56% 0.98% -
XYZ 49.82 62.06 100.62 -
YUV 191.53 161.56 70.56 -
System Red Green Blue C M Y K H S L
Decimal 111 221 251 0.56 0.12 0 0.02 192.86 0.95 0.71
Hex 6F DD FB 38 C 0 2 C1 5F 47
Octal 157 335 373 70 14 0 2 301 137 107
Binary 1101111 11011101 11111011 111000 1100 0 10 11000001 1011111 1000111

Color Harmonies of #6FDDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDDFB

Black with #6FDDFB

Text Example


Text Example

White with #6FDDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,221,251); }

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

background-color css

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

 a { background-color: rgb(111,221,251); }

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

border-color css

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

 span { border-color: rgb(111,221,251); }

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