Html Css Color HEX #6FEDED Turquoise Blue

📋 copy color: '#6FEDED'

red 111 ◦ green 237 ◦ blue 237

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

Shades of Turquoise Blue #6FEDED

Tints of Turquoise Blue #6FEDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.51%

R = 18.97%
G = 40.51%
B = 40.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FEDED (or 0x6FEDED) is known color: Turquoise Blue. HEX triplet: 6F, ED and ED. RGB value is (111,237,237). Sum of RGB (Red+Green+Blue) = 111+237+237=585 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.97% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #6FEDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEDED is #901212. Grayscale: #C7C7C7. Windows color (decimal): -9441811 or 15592815. OLE color: 15592815.

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

Color convert

RGB 111 237 237 -
CMYK 0.53 0 0 0.07
HSL 180º 0.78% 0.68% -
HSV(B) 180º 0.53% 0.93% -
XYZ 52.13 70.06 90.9 -
YUV 199.33 149.26 65 -
System Red Green Blue C M Y K H S L
Decimal 111 237 237 0.53 0 0 0.07 180 0.78 0.68
Hex 6F ED ED 35 0 0 7 B4 4E 44
Octal 157 355 355 65 0 0 7 264 116 104
Binary 1101111 11101101 11101101 110101 0 0 111 10110100 1001110 1000100

Color Harmonies of #6FEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEDED

Black with #6FEDED

Text Example


Text Example

White with #6FEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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