Html Css Color HEX #38F4FF Turquoise

📋 copy color: '#38F4FF'

red 56 ◦ green 244 ◦ blue 255

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

Shades of Turquoise #38F4FF

Tints of Turquoise #38F4FF

RGB

 RED value IS 56 (22.27% from 255) = 10.09%

 GREEN value IS 244 (95.7% from 255) = 43.96%

 BLUE value IS 255 (100% from 255) = 45.95%

R = 10.09%
G = 43.96%
B = 45.95%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#38F4FF (or 0x38F4FF) is known color: Turquoise. HEX triplet: 38, F4 and FF. RGB value is (56,244,255). Sum of RGB (Red+Green+Blue) = 56+244+255=555 (73% of max value = 765). Red value is 56 (22.27% from 255 or 10.09% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #38F4FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F4FF is #C70B00. Grayscale: #BCBCBC. Windows color (decimal): -13044481 or 16774200. OLE color: 16774200.

HSL color Cylindrical-coordinate representation of color #38F4FF: hue angle of 183.32º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F4FF is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 244 255 -
CMYK 0.78 0.04 0 0
HSL 183.32º 1% 0.61% -
HSV(B) 183.32º 0.78% 1% -
XYZ 52.03 72.76 105.91 -
YUV 189.04 165.22 33.11 -
System Red Green Blue C M Y K H S L
Decimal 56 244 255 0.78 0.04 0 0 183.32 1 0.61
Hex 38 F4 FF 4E 4 0 0 B7 64 3D
Octal 70 364 377 116 4 0 0 267 144 75
Binary 111000 11110100 11111111 1001110 100 0 0 10110111 1100100 111101

Color Harmonies of #38F4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F4FF

Black with #38F4FF

Text Example


Text Example

White with #38F4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38F4FF; }

 p { color: rgb(56,244,255); }

 H1.HeaderClassName
 {
   color: #38F4FF;
 }
 .AnyTagClassName
 {
   color: #38F4FF;
 }
</style>

background-color css

<style>
 a { background-color: #38F4FF; }

 a { background-color: rgb(56,244,255); }

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

border-color css

<style>
 span { border-color: #38F4FF; }

 span { border-color: rgb(56,244,255); }

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