Html Css Color HEX #6FEDE3 Turquoise Blue

📋 copy color: '#6FEDE3'

red 111 ◦ green 237 ◦ blue 227

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

Shades of Turquoise Blue #6FEDE3

Tints of Turquoise Blue #6FEDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.48%

R = 19.3%
G = 41.22%
B = 39.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#6FEDE3 (or 0x6FEDE3) is known color: Turquoise Blue. HEX triplet: 6F, ED and E3. RGB value is (111,237,227). Sum of RGB (Red+Green+Blue) = 111+237+227=575 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.30% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDE3 is #90121C. Grayscale: #C6C6C6. Windows color (decimal): -9441821 or 14937455. OLE color: 14937455.

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

Color convert

RGB 111 237 227 -
CMYK 0.53 0 0.04 0.07
HSL 175.24º 0.78% 0.68% -
HSV(B) 175.24º 0.53% 0.93% -
XYZ 50.7 69.49 83.41 -
YUV 198.19 144.26 65.81 -
System Red Green Blue C M Y K H S L
Decimal 111 237 227 0.53 0 0.04 0.07 175.24 0.78 0.68
Hex 6F ED E3 35 0 4 7 AF 4E 44
Octal 157 355 343 65 0 4 7 257 116 104
Binary 1101111 11101101 11100011 110101 0 100 111 10101111 1001110 1000100

Color Harmonies of #6FEDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEDE3

Black with #6FEDE3

Text Example


Text Example

White with #6FEDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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