Html Css Color HEX #6DE2FE Turquoise Blue

📋 copy color: '#6DE2FE'

red 109 ◦ green 226 ◦ blue 254

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

Shades of Turquoise Blue #6DE2FE

Tints of Turquoise Blue #6DE2FE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.37%

 BLUE value IS 254 (99.61% from 255) = 43.12%

R = 18.51%
G = 38.37%
B = 43.12%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6DE2FE (or 0x6DE2FE) is known color: Turquoise Blue. HEX triplet: 6D, E2 and FE. RGB value is (109,226,254). Sum of RGB (Red+Green+Blue) = 109+226+254=589 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.51% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DE2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DE2FE is #921D01. Grayscale: #C1C1C1. Windows color (decimal): -9575682 or 16704109. OLE color: 16704109.

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

Color convert

RGB 109 226 254 -
CMYK 0.57 0.11 0 0.00
HSL 191.59º 0.99% 0.71% -
HSV(B) 191.59º 0.57% 1% -
XYZ 51.39 64.8 103.56 -
YUV 194.21 161.74 67.22 -
System Red Green Blue C M Y K H S L
Decimal 109 226 254 0.57 0.11 0 0.00 191.59 0.99 0.71
Hex 6D E2 FE 39 B 0 0 C0 63 47
Octal 155 342 376 71 13 0 0 300 143 107
Binary 1101101 11100010 11111110 111001 1011 0 0 11000000 1100011 1000111

Color Harmonies of #6DE2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE2FE

Black with #6DE2FE

Text Example


Text Example

White with #6DE2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,226,254); }

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

background-color css

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

 a { background-color: rgb(109,226,254); }

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

border-color css

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

 span { border-color: rgb(109,226,254); }

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