Html Css Color HEX #6FDFEC Turquoise Blue

📋 copy color: '#6FDFEC'

red 111 ◦ green 223 ◦ blue 236

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

Shades of Turquoise Blue #6FDFEC

Tints of Turquoise Blue #6FDFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.12%

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

R = 19.47%
G = 39.12%
B = 41.4%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FDFEC (or 0x6FDFEC) is known color: Turquoise Blue. HEX triplet: 6F, DF and EC. RGB value is (111,223,236). Sum of RGB (Red+Green+Blue) = 111+223+236=570 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.47% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #6FDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFEC is #902013. Grayscale: #BEBEBE. Windows color (decimal): -9445396 or 15523695. OLE color: 15523695.

HSL color Cylindrical-coordinate representation of color #6FDFEC: hue angle of 186.24º 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 #6FDFEC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 223 236 -
CMYK 0.53 0.06 0 0.07
HSL 186.24º 0.77% 0.68% -
HSV(B) 186.24º 0.53% 0.93% -
XYZ 48.08 62.21 88.83 -
YUV 190.99 153.39 70.94 -
System Red Green Blue C M Y K H S L
Decimal 111 223 236 0.53 0.06 0 0.07 186.24 0.77 0.68
Hex 6F DF EC 35 6 0 7 BA 4D 44
Octal 157 337 354 65 6 0 7 272 115 104
Binary 1101111 11011111 11101100 110101 110 0 111 10111010 1001101 1000100

Color Harmonies of #6FDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDFEC

Black with #6FDFEC

Text Example


Text Example

White with #6FDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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