Html Css Color HEX #6FDEDA Turquoise Blue

📋 copy color: '#6FDEDA'

red 111 ◦ green 222 ◦ blue 218

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

Shades of Turquoise Blue #6FDEDA

Tints of Turquoise Blue #6FDEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.29%

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 20.15%
G = 40.29%
B = 39.56%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#6FDEDA (or 0x6FDEDA) is known color: Turquoise Blue. HEX triplet: 6F, DE and DA. RGB value is (111,222,218). Sum of RGB (Red+Green+Blue) = 111+222+218=551 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.15% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDEDA is #902125. Grayscale: #BCBCBC. Windows color (decimal): -9445670 or 14343791. OLE color: 14343791.

HSL color Cylindrical-coordinate representation of color #6FDEDA: hue angle of 177.84º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDEDA is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 222 218 -
CMYK 0.5 0 0.02 0.13
HSL 177.84º 0.63% 0.65% -
HSV(B) 177.84º 0.5% 0.87% -
XYZ 45.33 60.68 75.65 -
YUV 188.36 144.73 72.83 -
System Red Green Blue C M Y K H S L
Decimal 111 222 218 0.5 0 0.02 0.13 177.84 0.63 0.65
Hex 6F DE DA 32 0 2 D B2 3F 41
Octal 157 336 332 62 0 2 15 262 77 101
Binary 1101111 11011110 11011010 110010 0 10 1101 10110010 111111 1000001

Color Harmonies of #6FDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDEDA

Black with #6FDEDA

Text Example


Text Example

White with #6FDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,222,218); }

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

background-color css

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

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

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

border-color css

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

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

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