Html Css Color HEX #6FDCEC Turquoise Blue

📋 copy color: '#6FDCEC'

red 111 ◦ green 220 ◦ blue 236

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

Shades of Turquoise Blue #6FDCEC

Tints of Turquoise Blue #6FDCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 19.58%
G = 38.8%
B = 41.62%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FDCEC (or 0x6FDCEC) is known color: Turquoise Blue. HEX triplet: 6F, DC and EC. RGB value is (111,220,236). Sum of RGB (Red+Green+Blue) = 111+220+236=567 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.58% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #6FDCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDCEC is #902313. Grayscale: #BDBDBD. Windows color (decimal): -9446164 or 15522927. OLE color: 15522927.

HSL color Cylindrical-coordinate representation of color #6FDCEC: hue angle of 187.68º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FDCEC is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 220 236 -
CMYK 0.53 0.07 0 0.07
HSL 187.68º 0.77% 0.68% -
HSV(B) 187.68º 0.53% 0.93% -
XYZ 47.29 60.62 88.57 -
YUV 189.23 154.39 72.2 -
System Red Green Blue C M Y K H S L
Decimal 111 220 236 0.53 0.07 0 0.07 187.68 0.77 0.68
Hex 6F DC EC 35 7 0 7 BC 4D 44
Octal 157 334 354 65 7 0 7 274 115 104
Binary 1101111 11011100 11101100 110101 111 0 111 10111100 1001101 1000100

Color Harmonies of #6FDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCEC

Black with #6FDCEC

Text Example


Text Example

White with #6FDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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