Html Css Color HEX #6DE1FD Turquoise Blue

📋 copy color: '#6DE1FD'

red 109 ◦ green 225 ◦ blue 253

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

Shades of Turquoise Blue #6DE1FD

Tints of Turquoise Blue #6DE1FD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.33%

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

R = 18.57%
G = 38.33%
B = 43.1%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6DE1FD (or 0x6DE1FD) is known color: Turquoise Blue. HEX triplet: 6D, E1 and FD. RGB value is (109,225,253). Sum of RGB (Red+Green+Blue) = 109+225+253=587 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.57% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #6DE1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DE1FD is #921E02. Grayscale: #C1C1C1. Windows color (decimal): -9575939 or 16638317. OLE color: 16638317.

HSL color Cylindrical-coordinate representation of color #6DE1FD: hue angle of 191.67º 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 #6DE1FD is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 225 253 -
CMYK 0.57 0.11 0 0.01
HSL 191.67º 0.97% 0.71% -
HSV(B) 191.67º 0.57% 0.99% -
XYZ 50.96 64.19 102.63 -
YUV 193.51 161.57 67.72 -
System Red Green Blue C M Y K H S L
Decimal 109 225 253 0.57 0.11 0 0.01 191.67 0.97 0.71
Hex 6D E1 FD 39 B 0 1 C0 61 47
Octal 155 341 375 71 13 0 1 300 141 107
Binary 1101101 11100001 11111101 111001 1011 0 1 11000000 1100001 1000111

Color Harmonies of #6DE1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE1FD

Black with #6DE1FD

Text Example


Text Example

White with #6DE1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,225,253); }

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

background-color css

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

 a { background-color: rgb(109,225,253); }

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

border-color css

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

 span { border-color: rgb(109,225,253); }

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