Html Css Color HEX #6BE5FA Turquoise Blue

📋 copy color: '#6BE5FA'

red 107 ◦ green 229 ◦ blue 250

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

Shades of Turquoise Blue #6BE5FA

Tints of Turquoise Blue #6BE5FA

RGB

 RED value IS 107 (42.19% from 255) = 18.26%

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

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 18.26%
G = 39.08%
B = 42.66%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BE5FA (or 0x6BE5FA) is known color: Turquoise Blue. HEX triplet: 6B, E5 and FA. RGB value is (107,229,250). Sum of RGB (Red+Green+Blue) = 107+229+250=586 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.26% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BE5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BE5FA is #941A05. Grayscale: #C2C2C2. Windows color (decimal): -9705990 or 16442731. OLE color: 16442731.

HSL color Cylindrical-coordinate representation of color #6BE5FA: hue angle of 188.81º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BE5FA is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 229 250 -
CMYK 0.57 0.08 0 0.02
HSL 188.81º 0.93% 0.7% -
HSV(B) 188.81º 0.57% 0.98% -
XYZ 51.34 66.07 100.49 -
YUV 194.92 159.08 65.29 -
System Red Green Blue C M Y K H S L
Decimal 107 229 250 0.57 0.08 0 0.02 188.81 0.93 0.7
Hex 6B E5 FA 39 8 0 2 BD 5D 46
Octal 153 345 372 71 10 0 2 275 135 106
Binary 1101011 11100101 11111010 111001 1000 0 10 10111101 1011101 1000110

Color Harmonies of #6BE5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE5FA

Black with #6BE5FA

Text Example


Text Example

White with #6BE5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,229,250); }

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

background-color css

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

 a { background-color: rgb(107,229,250); }

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

border-color css

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

 span { border-color: rgb(107,229,250); }

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