Html Css Color HEX #6DEAF7 Turquoise Blue

📋 copy color: '#6DEAF7'

red 109 ◦ green 234 ◦ blue 247

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

Shades of Turquoise Blue #6DEAF7

Tints of Turquoise Blue #6DEAF7

RGB

 RED value IS 109 (42.97% from 255) = 18.47%

 GREEN value IS 234 (91.8% from 255) = 39.66%

 BLUE value IS 247 (96.88% from 255) = 41.86%

R = 18.47%
G = 39.66%
B = 41.86%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6DEAF7 (or 0x6DEAF7) is known color: Turquoise Blue. HEX triplet: 6D, EA and F7. RGB value is (109,234,247). Sum of RGB (Red+Green+Blue) = 109+234+247=590 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.47% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 247 (96.88% from 255 or 41.86% from 590); Max value from RGB is 247 - color contains mainly: blue. Hex color #6DEAF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEAF7 is #921508. Grayscale: #C5C5C5. Windows color (decimal): -9573641 or 16247405. OLE color: 16247405.

HSL color Cylindrical-coordinate representation of color #6DEAF7: hue angle of 185.65º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DEAF7 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 109 234 247 -
CMYK 0.56 0.05 0 0.03
HSL 185.65º 0.9% 0.7% -
HSV(B) 185.65º 0.56% 0.97% -
XYZ 52.52 68.81 98.51 -
YUV 198.11 155.59 64.44 -
System Red Green Blue C M Y K H S L
Decimal 109 234 247 0.56 0.05 0 0.03 185.65 0.9 0.7
Hex 6D EA F7 38 5 0 3 BA 5A 46
Octal 155 352 367 70 5 0 3 272 132 106
Binary 1101101 11101010 11110111 111000 101 0 11 10111010 1011010 1000110

Color Harmonies of #6DEAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEAF7

Black with #6DEAF7

Text Example


Text Example

White with #6DEAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,234,247); }

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

background-color css

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

 a { background-color: rgb(109,234,247); }

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

border-color css

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

 span { border-color: rgb(109,234,247); }

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