Html Css Color HEX #6FDDFD Turquoise Blue

📋 copy color: '#6FDDFD'

red 111 ◦ green 221 ◦ blue 253

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

Shades of Turquoise Blue #6FDDFD

Tints of Turquoise Blue #6FDDFD

RGB

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

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

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

R = 18.97%
G = 37.78%
B = 43.25%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FDDFD (or 0x6FDDFD) is known color: Turquoise Blue. HEX triplet: 6F, DD and FD. RGB value is (111,221,253). Sum of RGB (Red+Green+Blue) = 111+221+253=585 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.97% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FDDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDDFD is #902202. Grayscale: #BFBFBF. Windows color (decimal): -9445891 or 16637295. OLE color: 16637295.

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

Color convert

RGB 111 221 253 -
CMYK 0.56 0.13 0 0.01
HSL 193.52º 0.97% 0.71% -
HSV(B) 193.52º 0.56% 0.99% -
XYZ 50.14 62.18 102.29 -
YUV 191.76 162.56 70.4 -
System Red Green Blue C M Y K H S L
Decimal 111 221 253 0.56 0.13 0 0.01 193.52 0.97 0.71
Hex 6F DD FD 38 D 0 1 C2 61 47
Octal 157 335 375 70 15 0 1 302 141 107
Binary 1101111 11011101 11111101 111000 1101 0 1 11000010 1100001 1000111

Color Harmonies of #6FDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDDFD

Black with #6FDDFD

Text Example


Text Example

White with #6FDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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