Html Css Color HEX #6EDFFC Turquoise Blue

📋 copy color: '#6EDFFC'

red 110 ◦ green 223 ◦ blue 252

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

Shades of Turquoise Blue #6EDFFC

Tints of Turquoise Blue #6EDFFC

RGB

 RED value IS 110 (43.36% from 255) = 18.8%

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

 BLUE value IS 252 (98.83% from 255) = 43.08%

R = 18.8%
G = 38.12%
B = 43.08%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6EDFFC (or 0x6EDFFC) is known color: Turquoise Blue. HEX triplet: 6E, DF and FC. RGB value is (110,223,252). Sum of RGB (Red+Green+Blue) = 110+223+252=585 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.80% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EDFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDFFC is #912003. Grayscale: #C0C0C0. Windows color (decimal): -9510916 or 16572270. OLE color: 16572270.

HSL color Cylindrical-coordinate representation of color #6EDFFC: hue angle of 192.25º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EDFFC is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 223 252 -
CMYK 0.56 0.12 0 0.01
HSL 192.25º 0.96% 0.71% -
HSV(B) 192.25º 0.56% 0.99% -
XYZ 50.39 63.12 101.62 -
YUV 192.52 161.56 69.14 -
System Red Green Blue C M Y K H S L
Decimal 110 223 252 0.56 0.12 0 0.01 192.25 0.96 0.71
Hex 6E DF FC 38 C 0 1 C0 60 47
Octal 156 337 374 70 14 0 1 300 140 107
Binary 1101110 11011111 11111100 111000 1100 0 1 11000000 1100000 1000111

Color Harmonies of #6EDFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFFC

Black with #6EDFFC

Text Example


Text Example

White with #6EDFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,223,252); }

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

background-color css

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

 a { background-color: rgb(110,223,252); }

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

border-color css

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

 span { border-color: rgb(110,223,252); }

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