Html Css Color HEX #6DE5F1 Turquoise Blue

📋 copy color: '#6DE5F1'

red 109 ◦ green 229 ◦ blue 241

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

Shades of Turquoise Blue #6DE5F1

Tints of Turquoise Blue #6DE5F1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.55%

 BLUE value IS 241 (94.53% from 255) = 41.62%

R = 18.83%
G = 39.55%
B = 41.62%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6DE5F1 (or 0x6DE5F1) is known color: Turquoise Blue. HEX triplet: 6D, E5 and F1. RGB value is (109,229,241). Sum of RGB (Red+Green+Blue) = 109+229+241=579 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.83% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DE5F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DE5F1 is #921A0E. Grayscale: #C2C2C2. Windows color (decimal): -9574927 or 15852909. OLE color: 15852909.

HSL color Cylindrical-coordinate representation of color #6DE5F1: hue angle of 185.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DE5F1 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 229 241 -
CMYK 0.55 0.05 0 0.05
HSL 185.45º 0.83% 0.69% -
HSV(B) 185.45º 0.55% 0.95% -
XYZ 50.2 65.64 93.24 -
YUV 194.49 154.24 67.02 -
System Red Green Blue C M Y K H S L
Decimal 109 229 241 0.55 0.05 0 0.05 185.45 0.83 0.69
Hex 6D E5 F1 37 5 0 5 B9 52 45
Octal 155 345 361 67 5 0 5 271 122 105
Binary 1101101 11100101 11110001 110111 101 0 101 10111001 1010010 1000101

Color Harmonies of #6DE5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE5F1

Black with #6DE5F1

Text Example


Text Example

White with #6DE5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,229,241); }

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

background-color css

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

 a { background-color: rgb(109,229,241); }

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

border-color css

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

 span { border-color: rgb(109,229,241); }

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