Html Css Color HEX #6BEAF2 Turquoise Blue

📋 copy color: '#6BEAF2'

red 107 ◦ green 234 ◦ blue 242

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

Shades of Turquoise Blue #6BEAF2

Tints of Turquoise Blue #6BEAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.14%

 BLUE value IS 242 (94.92% from 255) = 41.51%

R = 18.35%
G = 40.14%
B = 41.51%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6BEAF2 (or 0x6BEAF2) is known color: Turquoise Blue. HEX triplet: 6B, EA and F2. RGB value is (107,234,242). Sum of RGB (Red+Green+Blue) = 107+234+242=583 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.35% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #6BEAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEAF2 is #94150D. Grayscale: #C4C4C4. Windows color (decimal): -9704718 or 15919723. OLE color: 15919723.

HSL color Cylindrical-coordinate representation of color #6BEAF2: hue angle of 183.56º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BEAF2 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 107 234 242 -
CMYK 0.56 0.03 0 0.05
HSL 183.56º 0.84% 0.68% -
HSV(B) 183.56º 0.56% 0.95% -
XYZ 51.51 68.38 94.49 -
YUV 196.94 153.42 63.85 -
System Red Green Blue C M Y K H S L
Decimal 107 234 242 0.56 0.03 0 0.05 183.56 0.84 0.68
Hex 6B EA F2 38 3 0 5 B8 54 44
Octal 153 352 362 70 3 0 5 270 124 104
Binary 1101011 11101010 11110010 111000 11 0 101 10111000 1010100 1000100

Color Harmonies of #6BEAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEAF2

Black with #6BEAF2

Text Example


Text Example

White with #6BEAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,234,242); }

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

background-color css

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

 a { background-color: rgb(107,234,242); }

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

border-color css

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

 span { border-color: rgb(107,234,242); }

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