Html Css Color HEX #65EBF2 Turquoise Blue

📋 copy color: '#65EBF2'

red 101 ◦ green 235 ◦ blue 242

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

Shades of Turquoise Blue #65EBF2

Tints of Turquoise Blue #65EBF2

RGB

 RED value IS 101 (39.84% from 255) = 17.47%

 GREEN value IS 235 (92.19% from 255) = 40.66%

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

R = 17.47%
G = 40.66%
B = 41.87%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#65EBF2 (or 0x65EBF2) is known color: Turquoise Blue. HEX triplet: 65, EB and F2. RGB value is (101,235,242). Sum of RGB (Red+Green+Blue) = 101+235+242=578 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.47% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #65EBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EBF2 is #9A140D. Grayscale: #C3C3C3. Windows color (decimal): -10097678 or 15919973. OLE color: 15919973.

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

Color convert

RGB 101 235 242 -
CMYK 0.58 0.03 0 0.05
HSL 182.98º 0.84% 0.67% -
HSV(B) 182.98º 0.58% 0.95% -
XYZ 51.1 68.59 94.55 -
YUV 195.73 154.11 60.43 -
System Red Green Blue C M Y K H S L
Decimal 101 235 242 0.58 0.03 0 0.05 182.98 0.84 0.67
Hex 65 EB F2 3A 3 0 5 B7 54 43
Octal 145 353 362 72 3 0 5 267 124 103
Binary 1100101 11101011 11110010 111010 11 0 101 10110111 1010100 1000011

Color Harmonies of #65EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EBF2

Black with #65EBF2

Text Example


Text Example

White with #65EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65EBF2; }

 p { color: rgb(101,235,242); }

 H1.HeaderClassName
 {
   color: #65EBF2;
 }
 .AnyTagClassName
 {
   color: #65EBF2;
 }
</style>

background-color css

<style>
 a { background-color: #65EBF2; }

 a { background-color: rgb(101,235,242); }

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

border-color css

<style>
 span { border-color: #65EBF2; }

 span { border-color: rgb(101,235,242); }

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