Html Css Color HEX #6FDCEF Turquoise Blue

📋 copy color: '#6FDCEF'

red 111 ◦ green 220 ◦ blue 239

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

Shades of Turquoise Blue #6FDCEF

Tints of Turquoise Blue #6FDCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.6%

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 19.47%
G = 38.6%
B = 41.93%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6FDCEF (or 0x6FDCEF) is known color: Turquoise Blue. HEX triplet: 6F, DC and EF. RGB value is (111,220,239). Sum of RGB (Red+Green+Blue) = 111+220+239=570 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.47% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FDCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDCEF is #902310. Grayscale: #BDBDBD. Windows color (decimal): -9446161 or 15719535. OLE color: 15719535.

HSL color Cylindrical-coordinate representation of color #6FDCEF: hue angle of 188.91º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FDCEF is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 111 220 239 -
CMYK 0.54 0.08 0 0.06
HSL 188.91º 0.8% 0.69% -
HSV(B) 188.91º 0.54% 0.94% -
XYZ 47.73 60.8 90.88 -
YUV 189.58 155.89 71.96 -
System Red Green Blue C M Y K H S L
Decimal 111 220 239 0.54 0.08 0 0.06 188.91 0.8 0.69
Hex 6F DC EF 36 8 0 6 BD 50 45
Octal 157 334 357 66 10 0 6 275 120 105
Binary 1101111 11011100 11101111 110110 1000 0 110 10111101 1010000 1000101

Color Harmonies of #6FDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCEF

Black with #6FDCEF

Text Example


Text Example

White with #6FDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,220,239); }

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

background-color css

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

 a { background-color: rgb(111,220,239); }

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

border-color css

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

 span { border-color: rgb(111,220,239); }

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