Html Css Color HEX #6BE2FA Turquoise Blue

📋 copy color: '#6BE2FA'

red 107 ◦ green 226 ◦ blue 250

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

Shades of Turquoise Blue #6BE2FA

Tints of Turquoise Blue #6BE2FA

RGB

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

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

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

R = 18.35%
G = 38.77%
B = 42.88%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BE2FA (or 0x6BE2FA) is known color: Turquoise Blue. HEX triplet: 6B, E2 and FA. RGB value is (107,226,250). Sum of RGB (Red+Green+Blue) = 107+226+250=583 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.35% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BE2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BE2FA is #941D05. Grayscale: #C0C0C0. Windows color (decimal): -9706758 or 16441963. OLE color: 16441963.

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

Color convert

RGB 107 226 250 -
CMYK 0.57 0.10 0 0.02
HSL 190.07º 0.93% 0.7% -
HSV(B) 190.07º 0.57% 0.98% -
XYZ 50.52 64.42 100.21 -
YUV 193.16 160.08 66.55 -
System Red Green Blue C M Y K H S L
Decimal 107 226 250 0.57 0.10 0 0.02 190.07 0.93 0.7
Hex 6B E2 FA 39 A 0 2 BE 5D 46
Octal 153 342 372 71 12 0 2 276 135 106
Binary 1101011 11100010 11111010 111001 1010 0 10 10111110 1011101 1000110

Color Harmonies of #6BE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE2FA

Black with #6BE2FA

Text Example


Text Example

White with #6BE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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