Html Css Color HEX #6DCFEA Turquoise Blue

📋 copy color: '#6DCFEA'

red 109 ◦ green 207 ◦ blue 234

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

Shades of Turquoise Blue #6DCFEA

Tints of Turquoise Blue #6DCFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.64%

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 19.82%
G = 37.64%
B = 42.55%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DCFEA (or 0x6DCFEA) is known color: Turquoise Blue. HEX triplet: 6D, CF and EA. RGB value is (109,207,234). Sum of RGB (Red+Green+Blue) = 109+207+234=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DCFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCFEA is #923015. Grayscale: #B4B4B4. Windows color (decimal): -9580566 or 15388525. OLE color: 15388525.

HSL color Cylindrical-coordinate representation of color #6DCFEA: hue angle of 192.96º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DCFEA is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 207 234 -
CMYK 0.53 0.12 0 0.08
HSL 192.96º 0.75% 0.67% -
HSV(B) 192.96º 0.53% 0.92% -
XYZ 43.47 53.82 85.94 -
YUV 180.78 158.03 76.8 -
System Red Green Blue C M Y K H S L
Decimal 109 207 234 0.53 0.12 0 0.08 192.96 0.75 0.67
Hex 6D CF EA 35 C 0 8 C1 4B 43
Octal 155 317 352 65 14 0 10 301 113 103
Binary 1101101 11001111 11101010 110101 1100 0 1000 11000001 1001011 1000011

Color Harmonies of #6DCFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFEA

Black with #6DCFEA

Text Example


Text Example

White with #6DCFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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