Html Css Color HEX #6EDFFD Turquoise Blue

📋 copy color: '#6EDFFD'

red 110 ◦ green 223 ◦ blue 253

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

Shades of Turquoise Blue #6EDFFD

Tints of Turquoise Blue #6EDFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.17%

R = 18.77%
G = 38.05%
B = 43.17%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6EDFFD (or 0x6EDFFD) is known color: Turquoise Blue. HEX triplet: 6E, DF and FD. RGB value is (110,223,253). Sum of RGB (Red+Green+Blue) = 110+223+253=586 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.77% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #6EDFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDFFD is #912002. Grayscale: #C0C0C0. Windows color (decimal): -9510915 or 16637806. OLE color: 16637806.

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

Color convert

RGB 110 223 253 -
CMYK 0.57 0.12 0 0.01
HSL 192.59º 0.97% 0.71% -
HSV(B) 192.59º 0.57% 0.99% -
XYZ 50.55 63.18 102.46 -
YUV 192.63 162.06 69.06 -
System Red Green Blue C M Y K H S L
Decimal 110 223 253 0.57 0.12 0 0.01 192.59 0.97 0.71
Hex 6E DF FD 39 C 0 1 C1 61 47
Octal 156 337 375 71 14 0 1 301 141 107
Binary 1101110 11011111 11111101 111001 1100 0 1 11000001 1100001 1000111

Color Harmonies of #6EDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDFFD

Black with #6EDFFD

Text Example


Text Example

White with #6EDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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