Html Css Color HEX #6FEDEC Turquoise Blue

📋 copy color: '#6FEDEC'

red 111 ◦ green 237 ◦ blue 236

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

Shades of Turquoise Blue #6FEDEC

Tints of Turquoise Blue #6FEDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.58%

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

R = 19.01%
G = 40.58%
B = 40.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#6FEDEC (or 0x6FEDEC) is known color: Turquoise Blue. HEX triplet: 6F, ED and EC. RGB value is (111,237,236). Sum of RGB (Red+Green+Blue) = 111+237+236=584 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.01% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEDEC is #901213. Grayscale: #C7C7C7. Windows color (decimal): -9441812 or 15527279. OLE color: 15527279.

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

Color convert

RGB 111 237 236 -
CMYK 0.53 0 0.00 0.07
HSL 179.52º 0.78% 0.68% -
HSV(B) 179.52º 0.53% 0.93% -
XYZ 51.98 70 90.13 -
YUV 199.21 148.76 65.08 -
System Red Green Blue C M Y K H S L
Decimal 111 237 236 0.53 0 0.00 0.07 179.52 0.78 0.68
Hex 6F ED EC 35 0 0 7 B4 4E 44
Octal 157 355 354 65 0 0 7 264 116 104
Binary 1101111 11101101 11101100 110101 0 0 111 10110100 1001110 1000100

Color Harmonies of #6FEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEDEC

Black with #6FEDEC

Text Example


Text Example

White with #6FEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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